-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement generic filters #90
Conversation
fcd6081
to
f4cb56a
Compare
e709117
to
4d8cca2
Compare
i skimmed through the pr and i like the idea per-se; but i feel i'd need to play around with it to get a feeling and if it does what i need. can you or @sw360cab set up a quick server for checking this out? can be a 3$/mo machine to just try it out that we kill after a week. |
@thehowl do not hesitate to ask me anything/point out any strange API behavior you consider. We can sync to discuss your use cases when you have time. |
gladly, but i still haven't played with it so i don't have feedback yet! :) |
Added new query API implementing a first version of generic filters. Some things are missing: - No subscriptions yet, almost there - No filters for multi type fields like messages, still thinking about how to implement the API to make it user friendly. Please, any feedback is welcome! Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro <antnavper@gmail.com>
7b24999
to
662a979
Compare
I added a new query API to implement the first version of generic filters. The previous API is still working, I added this as an EXPERIMENTAL preview to gather feedback.
New features:
Please, any feedback is welcome!
Simple example query:
https://github.com/gnolang/tx-indexer/pull/90/files#diff-ab80be59ac3c22370754caec134ff00ed78559b8aefc392f485b730db636b44aR1-R14